home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / A / Acronym Folder / Acronym Documentation next >
Encoding:
Text File  |  1992-07-19  |  3.7 KB  |  65 lines  |  [TEXT/ttxt]

  1. ----------------------------------------------------------------------------
  2. Acronym Engine       by Benjamin Kuo            Silver Yucca Software
  3. documentation                                    3419 East 7590 South
  4. version 1.00 07/17/92                            Salt Lake City, Utah  84121
  5. ----------------------------------------------------------------------------
  6. INTRODUCTION:
  7.     This is a simple dictionary-lookup program, which allows you to look up
  8.     acronyms, and if they aren't found, add them.  Reasonably fast search
  9.     engine (binary tree...), but since everything is held offline in a file
  10.     adding (hence sorting) is SLOW.  Should be improved, once I determine
  11.     how to do a quicksort on a file without loading the entire thing into
  12.     memory.
  13.  
  14. INSTALLATION:
  15.      The steps to installation are simple.  Follow the steps outlined below:
  16.        •  Using the New Folder menu choice in the Finder, or an equivalent,
  17.           create a folder for the Acronym support files.
  18.        •  Copy the Acronym application to the same folder as your
  19.           bulletin board.
  20.        •  In your host bbs application, set up a menu choice where you want
  21.           to run an external application, in this case Acronym.  In Red
  22.           Ryder Host this is done with MenuEdit (for more in-detail help,
  23.           please refer to your Host manual).  In Mansion, this is done
  24.           through the built-in menu editor.  In the WWIV system, pressing
  25.           the proper key while waiting for a call will bring you to the
  26.           external application setup.
  27.        •  Run your bulletin board, and launch Acronym.  This will allow
  28.           you to enter the correct pathnames via a dialog box, as well as
  29.           giving you the option of a log file or no log file (marking when
  30.           people have entered or exited Acronym).  Setup and running the
  31.           application work ONLY if you launch from your bulletin board
  32.           application, otherwise Acronym does not find the "Launch BBS"
  33.           or corresponding file (depending on which bbs program you are
  34.           using) that it requires to work correctly.  If you need to re-
  35.           configure the Acronym after moving your bbs application or
  36.           the folders, you simply need to drag the "Acronym Options" file
  37.           in your system folder to the trash.
  38.        •  Quit from Acronym, and your bulletin board will now be able to
  39.           run the external door. OTHER INFO:
  40.      If you are running under multifinder, select the "No Local Echo" in the
  41.      sysop menus, and the window will not appear.
  42.  
  43. BUG FIX AND ADDITION HISTORY:
  44.      1.00 07/19/92 Initial release.
  45.  
  46. SHAREWARE FEES:
  47.      As a reminder, THIS IS SHAREWARE.  So, if you use this program, please
  48.      remember: it costs money to buy compilers! :-) If just 10 of your users
  49.      get a kick out of using Acronym, they can all pitch in $1 and you'll
  50.      be registered!
  51.  
  52.      The author reserves all rights to the program.  This program may be 
  53.      distributed via all national electronic networks.  Local
  54.      bulletin boards may distribute this program with the documentation, in
  55.      StuffIt or Compactor format, freely, providing that they do not gain any
  56.      renumeration besides the operating costs.  This program may not be distributed
  57.      with any commercial software without the author's written permission.  User
  58.      groups  are free to distribute the program in monthly disks and to include the
  59.      program on any CD-ROM (such as BMUG's PD-ROM) or public domain library,
  60.      as long as there is no charge beyond costs of media.  Public domain 
  61.      distribution companies, including EDUCOMP, PD•EXCHANGE, and so-called
  62.      "National User Groups" MAY NOT DISTRIBUTE or SELL this program in any way,
  63.      without the express written permission of the author.
  64.  
  65.